home *** CD-ROM | disk | FTP | other *** search
/ Alpha CD-ROM Bonus Pack / Alpha CD-ROM Bonus Pack.iso / life / shared.dir / 00498.ls < prev    next >
Encoding:
Text File  |  1995-01-16  |  295 b   |  11 lines

  1. on playTheQT sChannel
  2.   puppetSprite(sChannel, 1)
  3.   set the movieRate of sprite sChannel to 1
  4.   updateStage()
  5.   repeat while (the movieRate of sprite sChannel > 0) and not (the mouseDown)
  6.     updateStage()
  7.   end repeat
  8.   set the movieRate of sprite sChannel to 0
  9.   puppetSprite(sChannel, 0)
  10. end
  11.